Metadata-Version: 2.1
Name: HomeAssistant-API
Version: 0.0.0a0
Summary: Python Wrapper for Homeassistant's REST API
Home-page: UNKNOWN
License: UNKNOWN
Description: # HomeAssistantAPI
        Python Wrapper for Homeassistant's REST API
        
        
        ## Installation
        There are a variety of ways to install this package.
        
        ### With `pip` from [PYPI](https://pypi.org/project/homeassistant_api)
        ```
        $ pip install homeassistant_api
        ```
        
        ### From Source
        ```
        $ git clone https://github.com/GrandMoff100/HomeAssistantAPI
        $ cd HomeAssistantAPI
        $ python setup.py install
        ```
        
        ## Usage
        See [example.py](https://github.com/GrandMoff100/HomeAssistantAPI/blob/master/example.py)
        
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
